home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-68k-src / machines / amiga68k / libsrc / math / math_ieee / ceil.s < prev    next >
Text File  |  1999-01-01  |  161b  |  13 lines

  1.  xref _MathIeeeDoubBasBase
  2.  
  3.  xdef _ceil
  4. _ceil:
  5.  movem.l 4(sp),d0-d1
  6.  move.l  a6,-(sp)
  7.  move.l  _MathIeeeDoubBasBase,a6
  8.  jsr     -96(a6)
  9.  move.l  (sp)+,a6
  10.  rts
  11.  
  12.  
  13.